home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_175510.txt < prev    next >
Text File  |  1987-11-25  |  2KB  |  74 lines

  1. -- card: 175510 from stack: in
  2. -- bmap block id: 128598
  3. -- flags: 0000
  4. -- background id: 26523
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide button "ok"
  9.   hide card field "menubar"
  10. end openCard
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=3 top=0 right=18 bottom=137
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: 
  25. ----- HyperTalk script -----
  26. on mouseDown
  27.   show card field "menubar"
  28.   show button "OK"
  29. end mouseDown
  30.  
  31.  
  32.  
  33.  
  34. -- part 5 (field)
  35. -- low flags: 81
  36. -- high flags: 2004
  37. -- rect: left=122 top=40 right=136 bottom=311
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 0
  41. -- font id: 3
  42. -- text size: 14
  43. -- style flags: 0
  44. -- line height: 18
  45. -- part name: menubar
  46.  
  47.  
  48. -- part 8 (button)
  49. -- low flags: 80
  50. -- high flags: 8003
  51. -- rect: left=266 top=108 right=130 bottom=302
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: OK
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   hide button "ok"
  63.   hide card field "menubar"
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part contents for background part 1
  69. ----- text -----
  70. The menu bar has been hidden for this introduction.  You‚Äôll use menus later to open stacks, add or remove cards, or cut and paste text.  One menu‚Äîthe Go menu‚Äîis just for navigating between the Home stack and the other stacks on your disks.
  71.  
  72. -- part contents for card part 5
  73. ----- text -----
  74. Choose commands from these menus later, after you finish this introduction.